home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / crypt / ripemd160.readme < prev   
Text File  |  1997-11-02  |  2KB  |  45 lines

  1. Short:    Ripemd160 1.0 message digest generator
  2. Author:   Finn Jacobs <fjacobs@computerlabor.math.uni-kiel.de>
  3. Uploader: Finn Jacobs <fjacobs@computerlabor.math.uni-kiel.de>
  4. Type:     util/crypt
  5.  
  6. RIPEMD160 ? - Well, wanna create digest messages that are secure for
  7. the next estimated thousand years ? Okay. Then choose this fine Crypto-
  8. graphic Hash Function program to generate a checksum using the RIPEMD160
  9. algorithm. You get a 20 byte result (instead of 16byte result of MD5).
  10.  
  11. This program is public domain, but its source-code is not included to
  12. avoid problems with the USA-Law. But interests should contact the author
  13. via eMail :-) to receive the source-code for free. Or consult one of the
  14. internet-search-engines and search for ripemd160.
  15.  
  16.  After using this program, you can add the results to a document to have
  17. a public checksum against modified software etc. Everybody could check
  18. the validity of the files through RIPEMD160 and the given checksums in
  19. the document.
  20.  
  21. Overview of the Algorithm
  22. -------------------------
  23.  RIPEMD160 is a MD4 variant and operates on 32bit words. Following ope-
  24. rations are used :
  25.   * bitwise boolean operations (AND, NOT, OR, XOR)
  26.   * two's complement addition of words, denoted by "+". this is modulo
  27.     2^32 addition
  28.   * left rotation (or "left spin") of words.
  29.  
  30. History
  31. -------
  32.  1.0 (18.08.97) - first public release
  33.  
  34.  
  35. ============================= Archive contents =============================
  36.  
  37. Original  Packed Ratio    Date     Time    Name
  38. -------- ------- ----- --------- --------  -------------
  39.      266     191 28.1% 20-Aug-97 02:49:06 +FILE_ID.DIZ
  40.    25200    9072 64.0% 20-Aug-97 00:43:26 +ripemd160
  41.     3397    1835 45.9% 20-Aug-97 02:42:22 +ripemd160.doc
  42.     1365     762 44.1% 20-Aug-97 02:40:54 +ripemd160.readme
  43. -------- ------- ----- --------- --------
  44.    30228   11860 60.7% 05-Sep-97 20:35:56   4 files
  45.